@Override
public void onDestroy() {
unbinder.unbind();
unregisterBus();
super.onDestroy();
}
@Override
public void onDestroy() {
if (unbinder != null) {
unbinder.unbind();
}
unregisterBus();
super.onDestroy();